home *** CD-ROM | disk | FTP | other *** search
- object AddProgramBox: TAddProgramBox
- Left = 389
- Top = 95
- BorderStyle = bsDialog
- Caption = 'New Entry'
- ClientHeight = 213
- ClientWidth = 303
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object TheBevel: TBevel
- Left = 2
- Top = 158
- Width = 299
- Height = 10
- Shape = bsBottomLine
- end
- object Label3: TLabel
- Left = 11
- Top = 12
- Width = 93
- Height = 13
- Caption = '&Registry entry name'
- FocusControl = ediEntry
- end
- object Label1: TLabel
- Left = 11
- Top = 58
- Width = 226
- Height = 13
- Caption = '&Program name (appears in the Add/Remove list)'
- FocusControl = ediName
- end
- object Label2: TLabel
- Left = 11
- Top = 104
- Width = 90
- Height = 13
- Caption = '&Uninstall Command'
- FocusControl = ediCommand
- end
- object OKBtn: TButton
- Left = 82
- Top = 177
- Width = 65
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 155
- Top = 177
- Width = 65
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object ediEntry: TEdit
- Left = 11
- Top = 28
- Width = 281
- Height = 21
- TabOrder = 2
- end
- object ediName: TEdit
- Left = 11
- Top = 74
- Width = 281
- Height = 21
- TabOrder = 3
- end
- object ediCommand: TEdit
- Left = 11
- Top = 120
- Width = 281
- Height = 21
- TabOrder = 4
- end
- end
-